Einhugur Word Plugin for Xojo

Paragraph.AppendDateField Method

Appends date field into the paragraph.

AppendDateField(
   value as DateTime) as EinhugurWord.Run

Parameters

value
The date to append.

Returns

EinhugurWord.Run
Appending date field generates complex run which consists of 5 runs. The run that is returned is the run which contains the text element of the field.

Remarks

DateTime is not supported on Xojo 2019r1. You need newer Xojo to use this method..

See Also

Paragraph Class